Java Management Extensions
part 2/13 · 19.7 KB total
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Adopted early on by the J2EE community, JMX has been a part of J2SE since version 5.0. "JMX" is a trademark of Oracle Corporation.
Contents
• Types
• Support
• See also
• Articles
• Books
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Architecture
JMX uses a three-level architecture:
1. The Probe level – also called the Instrumentation level – contains the probes (called MBeans) instrumenting the resources
2. The Agent level, or MBeanServer – the core of JMX. It acts as an intermediary between the MBean and the applications.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────